You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Operators > Vector Constructor > Vector.Vector Constructor ([In] TVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Vector Constructor ([In] TVec)

Uses TVec object as internal storage.

Syntax
C#
Visual Basic
public Vector([In] TVec Src);

The resulting Vector will own Src object of TVec type and will release it once Vector gets out of scope.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!